﻿@charset "utf-8";
/* css reset www.admin10000.com */
html {
    font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    background: #fff;
    color: #555;
    font-size: 1.4rem;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
    font-style: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Microsoft Yahei";
}

table {
    border-collapse: collapse;
}

/* css common */
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.con {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    position: fixed;
    
    left: 0;
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.nr {
    position: relative;
    z-index: 2;
}

.gg {
    position: relative;
}

.gg img {
    width: 100%;
}

.gg .gg_con {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}

.gg .gg_con img {
    float: right;
    width: 32px;
    height: 32px;
}

.header {
    padding: 46px 0 45px;
}

.header .header_m {
    width: 490px;
    text-align: center;
}

.header .header_m .search {
    display: block;
    background: url("../images/search_bj.png") no-repeat;
    height: 58px;
    width: 390px;
    margin: 0 auto;
    padding: 5px;
}

.header .header_m .search .input_text {
    outline: none;
    width: 320px;
    border: none;
    line-height: 32px;
    height: 32px;
    font-size: 15px;
    padding-left: 10px;
    color: #333333;
}

.header .header_m .search .input_submit {
    width: 53px;
    height: 49px;
    background: transparent;
    border: none;
}

.header .header_m .header_m_text {
    margin: 6px auto 0;
    width: 403px;
    height: 28px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
    padding: 0 5px;
}

.header .header_m .header_m_text a {
    color: #fff;
    height: 26px;
    vertical-align: middle;
}

.header .header_r {
    float: right;
    padding: 5px 0;
}

.header .header_r a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    color: #036eb9;
    background: #ffffff;
    border-radius: 6px;
    margin-left: 3px;
    position: relative;
}
.header .header_r a:hover .wap_img{
    display: block;
    opacity: 1;
}
.header .header_r a .wap_img{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    transition: all 0.5s;
    padding: 10px;
    background: #fff;
}
.header .header_r a .wap_img img{
    width: 100%;
    height: 100%;
}
.header .header_r a.on {
    background: #0059a9;
    color: #fff;
}

.header .header_r a>img {
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.header .header_r a:hover>img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.nav {
    background: #006cb8;
    height: 66px;
    width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
}

.nav .nav_li li {
    float: left;
    line-height: 66px;
    padding: 0 6px;
}

.nav .nav_li li.sq a {
    font-size: 16px;
}

.nav .nav_li li a {
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}

.nav .nav_li li:nth-of-type(2) a {
    color: #efff00
}

.nav .nav_li li a:hover {
    color: #efff00;
    /*font-size: 16px;*/
}

.nav .nav_li li span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 55px;
    background: #02528b;
    border-radius: 6px;
}

.nav .nav_li li span a {
    display: block;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    /*transition: all 0.5s;*/
}

.nav .nav_li li span a:hover {
    color: #efff00;
    /*font-size: 17px;*/
}

.nav .nav_li li p {
    display: inline-block;
    vertical-align: middle;
    width: 257px;
    line-height: 1.5;
    margin-left: 6px;
}

.nav .nav_li li p a {
    display: inline-block;
    padding-right: 8px;
}

.ydy_con {
    background: #fff;
    padding: 40px 30px;
    margin-top: 40px;
}

.ydy_con .ydy_left {
    width: 770px;
    border: solid 1px #e2e2e2;
}

.ydy_con .ydy_right {
    width: 340px;
}

.ydy_con .ydy_right .ydy_right_top {
    border: solid 1px #e2e2e2;
}

.ydy_con .ydy_right .ydy_right_img {
    border: solid 1px #e2e2e2;
    padding: 20px;
    margin-top: 30px;
}

.ydy_con .ydy_right .ydy_right_img img {
    margin-bottom: 10px;
    width: 100%;
}

.title {
    height: 69px;
    padding: 0 20px;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
}

.title i {
     line-height: 1;
    /* display: block; */
    margin-top: 25px;
}

.title .title_icon {
    display: inline-block;
    vertical-align: middle;
    height: 69px;
    line-height: 69px;
    font-size: 23px;
    color: #006cb8;
    padding-right: 60px;
    font-weight: bold;
    border-bottom: solid 3px #006cb8;
}

.title .title_icon img {
    margin-right: 5px;
    margin-top: -5px;
}

.title .txtMarquee-top {
    width: 340px;
    overflow: hidden;
    position: relative;
    height: 30px;
    margin: 19px 0px;
}

.title .txtMarquee-top .bd {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.title .txtMarquee-top .bd .infoList li {
    height: 24px;
    line-height: 24px;
}

.title .txtMarquee-top .bd .infoList li:hover a {
    color: #e64646;
}

.title .txtMarquee-top .bd .infoList li a {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ydy_left_list {
    margin: 25px auto;
    padding: 0 20px;
}

.ydy_left_list li:hover a {
    color: #e64646;
}

.ydy_left_list li a {
    transition: color 0.5s;
    line-height: 2.5;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.page {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
}

.page .sub {
    width: 76px;
    height: 40px;
    text-align: center;
    border: solid 1px #7ab1da;
    line-height: 40px;
    color: #7ab1da;
    background-color: #fff;
    border-radius: 25px;
}

.page a {
    display: inline-block;
    vertical-align: top;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    border: solid 1px #dadee2;
    margin: 0 0.3%;
    line-height: 30px;
    color: #404040;
    background-color: #f3f4f7;
    /* border-radius: 50%; */
    padding: 0 15px;
}

.page a.active {
    border: solid 1px #7ab1da;
    margin: 0 0.3%;
    background-color: #7ab1da;
    color: #fff;
    border-radius: 25px;
}

.page span {
    display: inline-block;
    vertical-align: top;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    border: solid 1px #dadee2;
    margin: 0 0.3%;
    line-height: 30px;
    /* border-radius: 50%; */
    padding: 0 15px;
    background-color: #7ab1da;
    color: #fff;
    /*border-radius: 25px;*/
}

.page i {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
}

.page i input {
    height: 40px;
    border: solid 1px #dadee2;
    background-color: #f3f4f7;
    color: #333;
    line-height: 2;
    border-radius: 25px;
    width: 58px;
    padding: 0 15px;
}

input {
    outline: none;
}

.dbgg {
    margin: 30px auto;
}

.dbgg img {
    max-width: 100%;
}

.footer {
    background: #006cb8;
    padding: 34px 0;
}

.footer .yq_link h3 {
    font-size: 24px;
    color: #ffffff;
}

.footer .yq_link p {
    line-height: 2;
    padding: 10px 0;
}

.footer .yq_link p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    width: 140px;
}
.footer .yq_link p a:nth-of-type(7):after,
.footer .yq_link p a:nth-of-type(14):after,
.footer .yq_link p a:nth-of-type(21):after{
    display: none;
}
.footer .yq_link p a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top:-8px;
    background: #fff;
}

.footer .yq_link p a img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 35px;
}

.footer .yq_link p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 15px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .footer_con .footer_left {
    height: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_con .footer_middle {
    margin-left: 45px;
}

.footer .footer_con .footer_middle p {
    line-height: 2;
    font-size: 16px;
    color: #b8cce4;
}

.footer .footer_con .footer_right span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 6px;
}

.footer .footer_con .footer_right span i {
    display: block;
    line-height: 2;
    font-size: 16px;
    color: #b8cce4;
}

.footer .footer_con .footer_right span img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

.footer .footer_con .footer_bottom {
    text-align: center;
    margin-top: 30px;
}

.footer .footer_con .footer_bottom .footersub {
    padding: 10px 0;
}

.footer .footer_con .footer_bottom .footersub a {
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
}

.footer .footer_con .footer_bottom img {
    max-height: 47px;
    margin: 0 5px;
}

.xian {
    border-top: solid 1px #1478be;
    margin: 20px 0;
}

.index_con {
    background: #fff;
    padding: 40px 30px;
    margin: 20px auto;
}

.index_con .index1 {
    border: solid 1px #e2e2e2;
}

.index_con .index1 .index1_con {
    padding: 30px;
}

.index_con .index1 .index1_con .index1_left {
    width: 540px;
    overflow: hidden;
    position: relative;
}

.index_con .index1 .index1_con .index1_left .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 1;
}

.index_con .index1 .index1_con .index1_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.index_con .index1 .index1_con .index1_left .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.index_con .index1 .index1_con .index1_left .hd ul li.on {
    background: #f00;
    color: #fff;
}

.index_con .index1 .index1_con .index1_left .bd {
    position: relative;
    height: ;
    z-index: 0;
}

.index_con .index1 .index1_con .index1_left .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.index_con .index1 .index1_con .index1_left .bd li img {
    width: 100%;
    display: block;
}

.index_con .index1 .index1_con .index1_left .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    padding: 0 100px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_con .index1 .index1_con .index1_right {
    width: 510px;
}

.index_con .index1 .index1_con .index1_right .index1_top {
    background: #f2f2f2;
    padding: 20px 20px;
}

.index_con .index1 .index1_con .index1_right .index1_top h3 a {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 19px;
    color: #006cb8;
    font-weight: bold;
}

.index_con .index1 .index1_con .index1_right .index1_top p {
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.index_con .index1 .index1_con .index1_right .index1_list {
    margin: 15px auto 0;
}

.index_con .index1 .index1_con .index1_right .index1_list li:hover a {
    color: #e64646;
}

.index_con .index1 .index1_con .index1_right .index1_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index_con .index2 .index2_left {
    border: solid 1px #e2e2e2;
    width: 760px;
}

.index_con .index2 .index2_left .index2_tab {
    width: 575px;
    margin: 10px auto;
}

.index_con .index2 .index2_left .index2_tab li {
    float: left;
    width: 102px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #efefef;
    border-radius: 3px;
    margin: 10px 5px 0;
    transition: all 0.5s;
}

.index_con .index2 .index2_left .index2_tab li.on,
.index_con .index2 .index2_left .index2_tab li:hover {
    background: #79b1da;
}

.index_con .index2 .index2_left .index2_tab li.on a {
    color: #fff;
}

.index_con .index2 .index2_left .index2_tab li:hover a {
    color: #fff;
}

.index_con .index2 .index2_left .index2_tab li a {
    display: block;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.index_con .index2 .index2_left .index2_list {
    margin: 35px auto 25px;
    padding: 0 25px;
    display: none;
}

.index_con .index2 .index2_left .index2_list.active {
    display: block;
}

.index_con .index2 .index2_left .index2_list li:hover a {
    color: #e64646;
}

.index_con .index2 .index2_left .index2_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index_con .index2 .index2_left .index2_list li a i {
    color: #006cb8;
}

.index_con .index2 .index2_right {
    width: 350px;
}

.index_con .index2 .index2_right .index2_con {
    border: solid 1px #e2e2e2;
}

.index_con .index2 .index2_right .index2_con .index2_right_list {
    margin: 15px auto 25px;
    padding: 0 25px;
}

.index_con .index2 .index2_right .index2_con .index2_right_list li:hover a {
    color: #e64646;
}

.index_con .index2 .index2_right .index2_con .index2_right_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index_con .index2 .index2_right .index2_img {
    margin-top: 16px;
}

.index_con .index2 .index2_right .index2_img img {
    max-width: 100%;
}

.returnTop {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 5%;
    z-index: 66;
    cursor: pointer;
}

.index3 {
    border: solid 1px #e2e2e2;
    margin-bottom: 30px;
    height: 609px;
}

.index3 .index3_tab {
    width: 1120px;
    margin: 15px auto;
}

.index3 .index3_tab li {
    float: left;
    width: 102px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #efefef;
    border-radius: 3px;
    margin: 10px 5px 0;
    transition: all 0.5s;
}

.index3 .index3_tab li.on,
.index3 .index3_tab li:hover {
    background: #79b1da;
}

.index3 .index3_tab li.on a {
    color: #fff;
}

.index3 .index3_tab li:hover a {
    color: #fff;
}

.index3 .index3_tab li a {
    display: block;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}

.index3 .index3_con {
    padding: 10px 15px 25px;
}

.index3 .index3_con.active {
    padding: 10px 15px 25px;
}

.index3 .index3_con .index3_con_img {
    position: relative;
    overflow: hidden;
}

.index3 .index3_con .index3_con_img:hover:after {
    left: 460px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.index3 .index3_con .index3_con_img:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -230px;
    width: 124px;
    height: 100%;
    content: '';
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.index3 .index3_con .index3_con_img img {
    width: 250px;
    height: 418px;
}

.index3 .index3_con .index3_con_left {
    margin: 0 25px;
}

.index3 .index3_con .index3_con_list {
    /*width: 260px;*/
    width: 820px;
    float: right;
    margin: 0 auto;
}

.index3 .index3_con .index3_con_list .index3_list_img {
    width: 100%;
}

.index3 .index3_con .index3_con_list .index3_list_img img {
    max-width: 100%;
}

.index3 .index3_con .index3_con_list .index3_top h3 a {
    line-height: 2.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 19px;
    color: #006cb8;
    font-weight: bold;
}

.index3 .index3_con .index3_con_list .index3_top p {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index3 .index3_con .index3_con_list .index3_list {
    display: none;
    margin: 18px auto 0;
    padding-top: 5px;
    border-top: solid 1px #e3e3e3;
    height: 251px;
}
.index3 .index3_con .index3_con_list .index3_list.active{
    display: block;
}

.index3 .index3_con .index3_con_list .index3_list li:hover a {
    color: #e64646;
}

.index3 .index3_con .index3_con_list .index3_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.titlea {
    height: 60px;
    padding-right: 20px;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
}

.titlea i {
    line-height: 5;
}

.titlea .title_icon {
    width: 221px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    color: #ffffff;
    background: url("../images/tile_bj.png") no-repeat;
}

.titlea .index6_li {
    position: absolute;
    top: 13px;
    right: 120px;
}

.titlea .index6_li li {
    margin-left: 12px;
    float: left;
}

.titlea .index6_li li a {
    display: block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #006db8;
    border-radius: 25px;
    border: solid 1px #006db8;
    transition: all 0.5s;
}

.titlea .index6_li li.on a,
.titlea .index6_li li:hover a {
    background: #006db8;
    color: #fff;
}

.index4 .index4_middle {
    margin: 0 22px;
}

.index4 .index4_list {
    border: solid 1px #e2e2e2;
    width: 365px;
    height: 488px;
    padding-bottom: 20px;
}

.index4 .index4_list .index4_list_top {
    padding: 20px 13px 10px;
    text-align: center;
}

.index4 .index4_list .index4_list_top a {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    color: #333;
}

.index4 .index4_list .index4_list_top a + a {
    margin-left: 9px;
}

.index4 .index4_list .index4_list_top a:hover {
    color: #006cb8;
}

.index4 .index4_list .index4_list_top a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.index4 .index4_list .index4_list_top a img {
    max-width: 100%;
}

.index4 .index4_list .index4_list_li {
    padding: 0 15px;
}

.index4 .index4_list .index4_list_li li:hover a {
    color: #e64646;
}

.index4 .index4_list .index4_list_li li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index5 {
    margin: 40px auto;
}

.index5 .index5_left {
    height: 488px;
    width: 752px;
    border: solid 1px #e2e2e2;
}

.index5 .index5_left .index5_tab {
    position: relative;
    border-bottom: solid 1px #e2e2e2;
}

.index5 .index5_left .index5_tab li {
    float: left;
    height: 60px;
    padding-right: 20px;
    cursor: pointer;
}

.index5 .index5_left .index5_tab li.on i {
    z-index: 1;
}

.index5 .index5_left .index5_tab li.on .title_icon {
    color: #fff;
    background: url("../images/tile_bj.png") no-repeat;
}

.index5 .index5_left .index5_tab li i {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 4.35;
}

.index5 .index5_left .index5_tab li .title_icon {
    width: 221px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    color: #333;
}

.index5 .index5_left .index5_left_list {
    display: none;
    padding: 25px 20px;
}

.index5 .index5_left .index5_left_list.active {
    display: block;
}

.index5 .index5_left .index5_left_list .index5_con_img {
    position: relative;
    overflow: hidden;
}

.index5 .index5_left .index5_left_list .index5_con_img:hover:after {
    left: 460px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.index5 .index5_left .index5_left_list .index5_con_img:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -230px;
    width: 124px;
    height: 100%;
    content: '';
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.index5 .index5_left .index5_left_list .index5_con_img img {
    width: 260px;
}

.index5 .index5_left .index5_left_list .index5__text {
    width: 420px;
}

.index5 .index5_left .index5_left_list .index5__text .index5_top h3 a {
    line-height: 2.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 26px;
    color: #006cb8;
    font-weight: bold;
}

.index5 .index5_left .index5_left_list .index5__text .index5_top p {
    font-size: 16px;
    color: #969696;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index5 .index5_left .index5_left_list .index5__text .index5_list {
    margin: 18px auto 0;
    padding-top: 10px;
    border-top: solid 1px #e3e3e3;
}

.index5 .index5_left .index5_left_list .index5__text .index5_list li:hover a {
    color: #e64646;
}

.index5 .index5_left .index5_left_list .index5__text .index5_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap ;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index5 .index5_right {
    height: 488px;
    border: solid 1px #e2e2e2;
    width: 365px;
    margin-left: 22px;
}

.index5 .index5_right .index5_list_top {
    padding: 20px 15px 10px;
    text-align: center;
}

.index5 .index5_right .index5_list_top a {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    color: #333;
}

.index5 .index5_right .index5_list_top a + a {
    margin-left: 9px;
}

.index5 .index5_right .index5_list_top a:hover {
    color: #006cb8;
}

.index5 .index5_right .index5_list_top a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 2.2;
}

.index5 .index5_right .index5_list_top a img {
    max-width: 100%;
}

.index5 .index5_right .index5_list_li {
    padding: 10px 15px 0;
}

.index5 .index5_right .index5_list_li li:hover a {
    color: #e64646;
}

.index5 .index5_right .index5_list_li li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index6 .index6_left {
    width: 752px;
    height: 490px;
    border: solid 1px #e2e2e2;
}

.index6 .index6_left .index6_con {
    padding: 28px 20px;
    display: none;
}

.index6 .index6_left .index6_con.active {
    display: block;
}

.index6 .index6_left .index6_con .index6_con_img {
    position: relative;
    overflow: hidden;
}

.index6 .index6_left .index6_con .index6_con_img:hover:after {
    left: 460px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.index6 .index6_left .index6_con .index6_con_img:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -230px;
    width: 124px;
    height: 100%;
    content: '';
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.index6 .index6_left .index6_con .index6_con_img img {
    width: 260px;
}

.index6 .index6_left .index6_con .index6__text {
    width: 420px;
}

.index6 .index6_left .index6_con .index6__text .index5_top h3 a {
    /*line-height: 2.2;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 26px;
    color: #006cb8;
    font-weight: bold;
}

.index6 .index6_left .index6_con .index6__text .index5_top h3:hover a {
    color: #e20707;
}

.index6 .index6_left .index6_con .index6__text .index5_top p {
    font-size: 16px;
    color: #969696;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*display: none;*/
}

.index6 .index6_left .index6_con .index6__text .index5_list {
    margin: 18px auto 0;
    padding-top: 10px;
    border-top: solid 1px #e3e3e3;
}

.index6 .index6_left .index6_con .index6__text .index5_list li:hover a {
    color: #e64646;
}

.index6 .index6_left .index6_con .index6__text .index5_list li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.index6 .index6_right {
    height: 490px;
    border: solid 1px #e2e2e2;
    width: 365px;
    margin-left: 22px;
}

.index6 .index6_right .index6_list_li {
    padding: 22px 20px;
}

.index6 .index6_right .index6_list_li li:hover a {
    color: #e64646;
}

.index6 .index6_right .index6_list_li li a {
    transition: color 0.5s;
    line-height: 2.2;
    background: url("../images/icon.png") no-repeat left top 15px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3;
    display: none;
}

.mf_fb {
    z-index: 4;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 577px;
    margin-top: -288.5px;
    margin-left: -480px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.mf_fb .stop {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.mf_fb .mf_fb_title {
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    background: #006cb8;
}

.mf_fb .mf_fb_con {
    padding: 40px 70px;
}

.mf_fb .mf_fb_con h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.mf_fb .mf_fb_con p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.questions {
    position: absolute;
    top: 16px;
    right: 60px;
}

.questions li {
    margin-left: 12px;
    float: left;
}

.questions li.on a {
    background: #006db8;
    color: #fff;
}

.questions li a {
    display: block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #006db8;
    border-radius: 25px;
    border: solid 1px #006db8;
}

.questions_list {
    margin: 25px auto;
    padding: 0 20px;
}

.questions_list li {
    border-bottom: solid 1px #e2e2e2;
}

.questions_list li:hover a {
    color: #e64646;
}

.questions_list li a {
    transition: color 0.5s;
    line-height: 3;
    background: url("../images/icon.png") no-repeat left center;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.mbx {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.mbx img {
    margin-right: 6px;
}

.mbx a {
    color: #333333;
}

.info_text {
    border-top: solid 1px #e2e2e2;
}

.info_text h3 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 16px 0;
    color: #006cb8;
    width: 77%;
    margin: 0 auto;
}

.info_text .info_title {
    text-align: center;
    border: solid 1px #e2e2e2;
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    margin-bottom: 43px;
}

.info_text .info_title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.info_text .info_title div {
    display: inline-block;
    vertical-align: middle;
}

.info_left {
    padding: 0 20px;
    width: 770px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    text-align: justify;
    font-family: "宋体 ";
}

.info_left img {
    max-width: 100%;
}

.info_left .info_pages {
    border-top: solid 1px #e2e2e2;
    margin-top: 18px;
    padding-top: 18px;
}

.info_left .info_pages li {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.info_left .info_pages li a {
    color: #333;
}

.info_right {
    width: 340px;
}

.info_right .info_right_top {
    border: solid 1px #e2e2e2;
}

.info_right .info_right_top .info_right_img {
    border-top: solid 1px #e2e2e2;
    padding: 20px;
    margin-top: 30px;
}

.info_right .info_right_top .info_right_img img {
    margin-bottom: 10px;
    width: 100%;
}

.info_right .info_right_top .info_list {
    margin: 25px auto;
    padding: 0 20px;
}

.info_right .info_right_top .info_list li:hover a {
    color: #e64646;
}

.info_right .info_right_top .info_list li a {
    transition: color 0.5s;
    line-height: 2.5;
    background: url("../images/icon.png") no-repeat left center;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.x_ttt {
    overflow: hidden;
    position: relative;
    /* height: 30px; */
    margin: -15px auto 19px;
    /* width: 100%; */
    border: solid 1px #e2e2e2;
    padding: 3px 10px;
    /* text-align: center; */
}
.x_ttt .aaa{
    width: 18px;
    margin-right: 15px;
    margin-top: 3px;
}

.x_ttt .bd {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
}

.x_ttt .bd .infoList li {
    text-align: left;
    float: left;
    _display: inline;
    height: 24px;
    line-height: 24px;
    width: 505px!important;
    /*padding-right:60px;*/
}

.x_ttt .bd .infoList li:hover a {
    color: #e64646;
}

.x_ttt .bd .infoList li a {
    padding-right:20px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.x_ttt .bd .infoList li a span{
    color: #999;
}

.dy_title{
    font-size: 23px;
    text-align: center;
    line-height: 3;
    color: #333;
    font-weight: bold;

}
.x_img_q{
    margin-top:20px;
}
.x_img_q li{
    float: left;
    width: 263px;
    margin-left:15px;
}
.x_img_q li img{
    max-width: 100%;
}
.x_img_q li:first-child{
    margin-left:0;
}

.x_ligd{
    padding: 10px 15px 0;
}
.x_ligd img{
    max-width: 100%;
}

/**************************************************************************/
.news_nav{
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 10px;
}
.news_nav a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	position: relative;
	padding: 0 15px;
	text-align: left;
}
.news_nav a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #555;
}



